home *** CD-ROM | disk | FTP | other *** search
- Make written by David Ashley
- Turns any file into a series of data statements, for 68000 code.
- Output looks like:
-
- dc $1000,$2344,$0100,......
- The last line will have an extra comma, which you should get rid of:
-
- dc $1000,$2342,$1123,
-
- USE:
- 1> make infile outfile
-
- This tiny program is freeware and you may not sell it.
-